APIinterface
The initialized API object as returned by the IOConnectOffice() factory function.
Use this object to access the @interopio/office APIs.
Properties (11)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| bus⚓︎ | API | x | Pub/Sub library. |
|
| contexts⚓︎ | API | x | Contexts library. |
|
| excel⚓︎ | API | x | x | Excel API. |
| info⚓︎ | object | x | Info object containing versions of all included libraries and io.Connect itself. |
|
| insights⚓︎ | API | x | x | io.Insights library |
| interop⚓︎ | API | x | Interop library. |
|
| logger⚓︎ | API | x | x | |
| metrics⚓︎ | API | x | Metrics library. |
|
| outlook⚓︎ | API | x | x | Outlook API. |
| version⚓︎ | string | x | API version. |
|
| word⚓︎ | API | x | x | Word API. |
2 Methods
done()⚓︎
() => Promise<void>
Disposes the io.Connect API. This will remove all Interop methods and streams registered by the application.